home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_m.dxr / 00019_HIDE.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  98 b   |  8 lines

  1. on mouseDown
  2.   if the visible of sprite 4 = 0 then
  3.     hideon()
  4.   else
  5.     hideoff()
  6.   end if
  7. end
  8.